Creating and Managing Job Objects
When a user creates a new document, you need to create a corresponding job object using theGXNewJob
function. When a user closes a printable document, you need to dispose of its corresponding job object using theGXDisposeJob
function.When a user saves a printable document, you need to flatten its job object using either the
GXFlattenJobToHdl
function or theGXFlattenJob
function. When a user opens a printable document, you need to retrieve its job object using either theGXUnflattenJobFromHdl
function or theGXUnflattenJob
function.When you receive a resume event, you should use the
GXUpdateJob
function to update the job object because the printing environment may have changed.
Subtopics
- GXNewJob
- GXDisposeJob
- GXFlattenJobToHdl
- GXFlattenJob
- GXUnflattenJobFromHdl
- GXUnflattenJob
- GXUpdateJob
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help